source/sqlite.d(48,50): Error: cannot take address of local `s` in `@safe` function `this` source/sqlite.d(50,8): Error: no property `s` for type `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1)` source/sqlite.d(55,40): Error: `arg.ptr` cannot be used in `@safe` code, use `&arg[0]` instead source/sqlite.d(60,31): Error: `@safe` function `sqlite.SQLite3.Query.bindArg` cannot call `@system` function `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/typecons.d(6417,19): `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` is declared here source/sqlite.d(69,40): Error: `arg.ptr` cannot be used in `@safe` code, use `&arg[0]` instead source/sqlite.d(111,40): Error: `@safe` function `sqlite.SQLite3.Query.findName` cannot call `@system` function `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/typecons.d(6417,19): `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` is declared here source/sqlite.d(112,35): Error: `@safe` function `sqlite.SQLite3.Query.findName` cannot call `@system` function `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/typecons.d(6417,19): `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` is declared here source/sqlite.d(155,28): Error: `@safe` function `sqlite.SQLite3.Query.step` cannot call `@system` function `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/typecons.d(6417,19): `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` is declared here source/sqlite.d(163,18): Error: `@safe` function `sqlite.SQLite3.Query.reset` cannot call `@system` function `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/typecons.d(6417,19): `std.typecons.RefCounted!(Statement, cast(RefCountedAutoInitialize)1).RefCounted.refCountedPayload` is declared here source/sqlite.d(171,77): Error: `@safe` function `sqlite.SQLite3.Query.checkError` cannot call `@system` function `std.conv.to!string.to!(const(char)*).to` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/conv.d(219,7): `std.conv.to!string.to!(const(char)*).to` is declared here /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.